Add --with-dracut
authorColin Walters <walters@verbum.org>
Mon, 3 Jun 2013 18:12:40 +0000 (14:12 -0400)
committerColin Walters <walters@verbum.org>
Mon, 3 Jun 2013 19:28:09 +0000 (15:28 -0400)
commit6496abacbdd93c813a3a5f8c4202537581c0280a
tree45f25894611338adf8f6793d6c9a7802d2875dce
parent35df7a7eb4adbf262444ffc36a8f6253dddd7b2c
Add --with-dracut

This installs a Dracut module which parses the ostree= kernel command
line argument, and if given, sets up the OS/ at /sysroot, which
systemd's switch-root then moves into.  This only works if dracut is
configured to use systemd itself.
Makefile-dracut.am [new file with mode: 0644]
Makefile.am
configure.ac
src/dracut/module-setup.sh [new file with mode: 0755]
src/dracut/ostree-prepare-root.service [new file with mode: 0644]
src/dracut/ostree.conf [new file with mode: 0755]